home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Graphics / ImageFX / ImageFX40_GIF / README < prev    next >
Text File  |  1999-07-12  |  3KB  |  86 lines

  1. GIF Modules 4.0 For ImageFX 4.x
  2. Copyright © 1999 Nova Design, Inc.
  3. All Rights Reserved
  4.  
  5. This archive and its contents are freely distributable.
  6.  
  7. -------------------------------------------------------------------------
  8.  
  9. This archive contains a GIF loader and saver for ImageFX.  Because of newly
  10. enforced patents on the GIF compression algorithm, Nova Design and many other
  11. companies are no longer able to include GIF support in their packages.    However,
  12. since the patent does not extend to public domain software, we are releasing
  13. the GIF modules in this freely distributable form.
  14.  
  15. This beta version supports loading and saving GIF animations, and requires
  16. ImageFX 3.0 or higher.    With ImageFX 4.0 or higher, layer animations are
  17. fully supported.  Arexx arguments are as follows:
  18.  
  19.  
  20. GIF Saver:
  21.  
  22.    FORMAT
  23.       Lace/S,NoLace/S,Transparent/K/N,NoTransparent/S,
  24.       Delay/N,NSLoop/S,NoOptimize/S,OptimizeChanges/S,
  25.       Append/S,Overwrite/S
  26.  
  27.    INPUTS
  28.       Lace
  29.      Specifies that the file should be interlaced.
  30.  
  31.       NoLace
  32.      Specifies that the file should be non-interlaced.
  33.  
  34.       Transparent
  35.      Specifies a color register that should be designated as transparent.
  36.      Note that this creates a GIF89a version file, which may not be
  37.      compatible with all software.
  38.  
  39.       NoTransparent
  40.      Specifies that no transparency register is used.
  41.  
  42.       Delay
  43.      Amount of time to delay between frames of a GIF anim.
  44.  
  45.       NSLoop
  46.      Add Netscape-specific frame looping information.  (This looping
  47.      block is actually recognized by most all browsers now, it's just
  48.      that Netscape is the first one that used it.)
  49.  
  50.       NoOptimize,OptimizeChanges
  51.      Disable or enable "optimized" GIF animation creation.    Optimized
  52.      animations only store the areas that change from frame to frame.
  53.  
  54.       Append, Overwrite
  55.      Append to or overwrite an existing GIF anim.  If one of these is
  56.      not specified, a requester will ask the user which he wants to do.
  57.  
  58.    EXAMPLE
  59.       SaveRenderedAs GIF DH0:MyPicture.gif
  60.       SaveRenderedAs GIF DH0:MyPicture.gif Lace Transparent 6
  61.  
  62.  
  63. GIF Loader:
  64.  
  65.    FORMAT
  66.       Frame/N
  67.  
  68.    INPUTS
  69.       Frame
  70.      When loading a GIF anim, specifies the frame number to load,
  71.      from 1-N.  If not specified, a requester opens asking which
  72.      frame to load.
  73.  
  74.  
  75. -------------------------------------------------------------------------
  76.  
  77. Installer and Installer project icon
  78. (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  79. Reproduced and distributed under license from Commodore.
  80.  
  81. INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  82. NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  83. OR RESPONSIBILITY IS ASSUMED.
  84.  
  85.  
  86.